Column Space: The column space of a matrix is the vector space that is spanned by its column vectors.
For example
A=β127β561β688ββ
here the third column is the sum of the first two hence the column space of this matrix is a two-dimensional subspace of R3.
Column Rank: The column rank of a matrix is the dimension of the vector space that is spanned by its column vectors. The column rank of the following matrix is 2.
A=β127β561β688ββ
Row Rank: The row rank of a matrix is the dimension of the vector space that is spanned by its row vectors. The row rank of the following matrix is 3.
B=β1563β2141β3554ββ
The notation of row rank of matrix B is: rankΒ Bβ²
Theorem: The column rank and row rank of a matrix are equal.
Column rank = Row rank = Rank of the matrix. That is
rankΒ A=rankΒ Aβ²
Full column rank: If the column rank of a matrix happens to equal the number of columns it contains, then the matrix is said to have full column rank.
Full row rank: If the row rank of a matrix happens to equal the number of rows it contains, then the matrix is said to have full row rank.